/*

Theme Name: WMD Theme

*/



/*html :where(img){height:inherit;max-width:none;}*/

/* author css */
.author-info--last-updated {
    color: #222;
    font-family: Arial, sans-serif;
    font-size: 12px;
    line-height: 18px;
    margin-top: 4px;
}

.author-info--last-updated span {
    font-weight: 700;
}

.author-info--name {
    color: inherit;
    font-family: GilroyBold, sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 21px;
    text-transform: capitalize;
}

.author-info {
    color: #222;
    margin-right: 10px;
    max-width: 100%;
}

.post-info-container .author-avatar--link img {
    border-radius: 40px;
    display: block;
    object-fit: cover;
    height: 48px;
    width: 48px;
}

.author-info--container {
    display: flex;
    align-items: center;
}
.author-avatar--link {
    margin: 0 10px 0px 0;
}

.author-info--name--container {
    align-items: center;
    display: flex;
}

.author-info--badge {
    display: flex;
    margin-left: 10px;
}
.post-info-container {
    display: flex;
    align-items: center;
    gap: 16px;
    background: #ececec;
    border-radius: 12px;
    padding: 10px;
    margin-bottom: 20px;
}
/* End author css */